←Select platform

IccColorLookupTable16Bit Constructor(byte[],byte,ushort[])

Summary

Initializes a new IccColorLookupTable16Bit with explicit parameters.

Syntax

C#
VB
C++
public IccColorLookupTable16Bit( 
   byte[] numberOfGridPoints, 
   byte precision, 
   ushort[] data 
) 
  
Public Function New( _ 
   ByVal numberOfGridPoints() As Byte, _ 
   ByVal precision As Byte, _ 
   ByVal data() As UShort _ 
) 
public: 
IccColorLookupTable16Bit(  
   array<byte>^ numberOfGridPoints, 
   byte precision, 
   array<ushort>^ data 
) 

Parameters

numberOfGridPoints
Array that contains the number of grid points in each dimension.

precision
Precision of data elements in bytes. Must be 02h.

data
Buffer of color lookup table data points. The size of each element is 2 byte. (Hence the "16Bit" in the class name).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly